home *** CD-ROM | disk | FTP | other *** search
/ IBM OEM Software Product … CD For PC Manufacturers / IBM OEM Software - Product Sampler CD for PC Manufacturers.iso / InternetIntranets / Notes / LOTUS027.DSK / MODEMS / HAYES12.MDM < prev    next >
Text File  |  1993-02-18  |  2KB  |  91 lines

  1. ; Hayes Smartmodem 1200 
  2. ; Rev. 3
  3.  
  4. ;;=============================================================
  5. ; Last revision date: 02/18/93 (update this date
  6. ; each time you edit; it is also advisable to rename
  7. ; your edited file [use Save As, rather than Save 
  8. ; option] to avoid later confusion and to keep the 
  9. ; original .MDM file intact).
  10.  
  11. ; NOTE: Refer to the file TEMPLATE.MDM (A Sample Modem 
  12. ; Command File) for a description of modem command 
  13. ; files and how they work. "A Sample Modem Command 
  14. ; File" is user selectable within the Lotus Notes 
  15. ; Setup dialog "Modem Type" listbox in which you found 
  16. ; this modem command file (see end of listings, 
  17. ; beginning with a period) and is a printable ASCII 
  18. ; text file (approximately 15 pages). 
  19.  
  20. ; Additional information may be obtained from either of 
  21. ; the two so-called "generic" modem command files 
  22. ; (alphabetically listed under letter G, designed for 
  23. ; use with Notes Releases 2.x and 3.x, 9600 bps and 
  24. ; 14400 bps maximum, respectively), each of which may 
  25. ; first be tried as-is with unlisted modems, then edited 
  26. ; if required (within the Notes edit box, or outside of 
  27. ; Notes, with any text editor) according to the printed 
  28. ; instructions within each file, and in compliance with 
  29. ; the vendor's command set, result codes, DIP switch 
  30. ; settings, and technical specifications as listed in 
  31. ; the equipment's users manual.
  32.  
  33. ; For the specific modem(s) listed under this heading:
  34. ;===============================================================
  35.  
  36. ; Switch settings (under front panel):
  37. ;
  38. ;                   1   2   3   4   5   6   7   8
  39. ;                   U   U   D   D   D   U   U   D
  40.  
  41. [attributes]
  42.  
  43. MODELS=Hayes Smartmodem 1200
  44. NULL MODEM=0
  45. MAXIMUM SPEED=1200
  46. DEFAULT SPEED=1200
  47.  
  48. [commands]
  49.  
  50. ESCAPE=+++
  51. ATTENTION=ATE0V1
  52. HANGUP=ATH0
  53. SETUP=ATQ0C1X1S0=0S7=60
  54. VOLUME OFF=ATM0
  55. VOLUME LOW=ATM1
  56. VOLUME MEDIUM=ATM1
  57. VOLUME HIGH=ATM1
  58. ANSWER=ATA
  59. MANUAL DIAL=ATS9=1D
  60. AUTO DIAL SETUP=ATS9=6
  61. AUTO PULSE DIAL=ATDP
  62. AUTO TONE DIAL=ATDT
  63. AUTO DIAL SUFFIX=,,
  64.  
  65. [responses]
  66.  
  67. OK=OK
  68. OK=0
  69.  
  70. RING=RING
  71. RING=2
  72.  
  73. NO CARRIER=NO CARRIER
  74. NO CARRIER=3
  75.  
  76. ERROR=ERROR
  77. ERROR=4
  78.  
  79. NO DIALTONE=NO DIALTONE
  80. NO DIALTONE=NO DIAL TONE
  81. NO DIALTONE=6
  82.  
  83. BUSY=BUSY
  84. BUSY=7
  85.  
  86. NO ANSWER=NO ANSWER
  87. NO ANSWER=8
  88.  
  89. CONNECT,1200,1200=CONNECT 1200
  90. CONNECT,1200,1200=5
  91.